Document exported API coverage#472
Merged
ChrisRackauckas merged 2 commits intoJul 9, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR should be ignored until reviewed by @ChrisRackauckas.
Summary
@docs, and developer extension points stay documented.Audit
exportentries audited: 22publicmarkers found in this repo: 0@publicmarkers found in this repo: 0Validation
timeout 3600 /home/crackauc/.juliaup/bin/julia +release --startup-file=no -e 'using Runic; for file in ARGS; Runic.format_file(file; inplace = true); end' docs/pages.jl src/DiffEqGPU.jl src/ensemblegpukernel/nlsolve/type.jl test/qa/qa.jl test/qa/public_api_docs.jlpassed.timeout 3600 /home/crackauc/.juliaup/bin/julia +release --project=. --startup-file=no -e 'using DiffEqGPU; include("test/qa/public_api_docs.jl")'passed: public API docs coverage 1/1, rendered API docs coverage 3/3.timeout 3600 /home/crackauc/.juliaup/bin/julia +release --project=. --startup-file=no -e 'using Pkg; withenv("GROUP" => "QA") do; Pkg.test(); end'passed: Quality Assurance 22/22, JET static analysis 75/75.git diff --checkpassed.Docs Build
I also ran the docs build against the local checkout with:
timeout 3600 /home/crackauc/.juliaup/bin/julia +release --project=docs --startup-file=no -e 'using Pkg; Pkg.develop(Pkg.PackageSpec(path=pwd())); Pkg.instantiate(); include("docs/make.jl")'Documenter reached the final checks without
:docs_blockerrors and failed only with[:example_block]. The observed example failures are pre-existing/external to this API-doc coverage patch:UndefVarError: islinear not defined in FunctionPropertieswhile precompiling/loading SciMLSensitivity extensions.CUDA driver not functionalin CUDA examples on this machine.UndefVarError: Rodas5 not definedin an existing tutorial example.CuArray only supports element types that are allocated inline.Process Notes
origin/masterand worked on a feature branch, notmaster.ChrisRackauckas-Claudefork.